Carbon


PBSetCatInfoSync

Header: Files.h Carbon status: Supported

Modifies information about files and directories.

OSErr PBSetCatInfoSync (
    CInfoPBPtr paramBlock
);
paramBlock

A pointer to a catalog information parameter block.

function result

A result code.

DISCUSSION

The fields used by both files and directories are:

For files, these fields of the parameter block are also used:

For directories, these fields of the parameter block are also used:

The PBSetCatInfoSync function sets information about a file or directory. When used to set information about a file, it works much as PBHSetFInfoSync does, but lets you set some additional information.

AVAILABILITY

Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)